home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / chip-cd_2002_01.zip / 01 / Kontrola autostartu / Windows Startup Manager 2.0 / _SETUP.1 / ws.ex_ / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-09-17  |  6KB  |  263 lines

  1. object Form1: TForm1
  2.   Left = 246
  3.   Top = 171
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = []
  7.   BorderStyle = bsNone
  8.   ClientHeight = 393
  9.   ClientWidth = 612
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Image2: TImage
  22.     Left = 0
  23.     Top = 0
  24.     Width = 612
  25.     Height = 393
  26.     Anchors = [akLeft, akTop, akRight]
  27.     Picture.Data = {<image000.jpg>}
  28.     Stretch = True
  29.   end
  30.   object Image1: TImage
  31.     Left = 16
  32.     Top = 16
  33.     Width = 577
  34.     Height = 129
  35.     Anchors = [akLeft, akTop, akRight]
  36.     Picture.Data = {<image001.jpg>}
  37.     Stretch = True
  38.   end
  39.   object Image3: TImage
  40.     Left = 8
  41.     Top = 260
  42.     Width = 33
  43.     Height = 37
  44.     Visible = False
  45.   end
  46.   object InfoText: TLabel
  47.     Left = 141
  48.     Top = 364
  49.     Width = 329
  50.     Height = 21
  51.     Alignment = taCenter
  52.     Anchors = [akLeft, akTop, akRight]
  53.     AutoSize = False
  54.     Caption = 'Windows Startup Manager 2.0'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -13
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     Transparent = True
  62.   end
  63.   object Bevel1: TBevel
  64.     Left = 246
  65.     Top = 316
  66.     Width = 120
  67.     Height = 33
  68.     Style = bsRaised
  69.     Visible = False
  70.   end
  71.   object Label1: TLabel
  72.     Left = 280
  73.     Top = 325
  74.     Width = 120
  75.     Height = 16
  76.     Alignment = taCenter
  77.     AutoSize = False
  78.     Caption = 'Start'
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -13
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = [fsBold]
  84.     ParentFont = False
  85.     Transparent = True
  86.     Visible = False
  87.   end
  88.   object Image4: TImage
  89.     Left = 477
  90.     Top = 316
  91.     Width = 120
  92.     Height = 33
  93.     Enabled = False
  94.     OnMouseDown = Image4MouseDown
  95.     OnMouseUp = Image4MouseUp
  96.   end
  97.   object Bevel2: TBevel
  98.     Left = 246
  99.     Top = 316
  100.     Width = 120
  101.     Height = 33
  102.     Style = bsRaised
  103.     Visible = False
  104.   end
  105.   object Label2: TLabel
  106.     Left = 278
  107.     Top = 327
  108.     Width = 120
  109.     Height = 13
  110.     Alignment = taCenter
  111.     AutoSize = False
  112.     Caption = '"Quick Start" list'
  113.     Font.Charset = DEFAULT_CHARSET
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = [fsBold]
  118.     ParentFont = False
  119.     Transparent = True
  120.     Visible = False
  121.   end
  122.   object Image5: TImage
  123.     Left = 466
  124.     Top = 316
  125.     Width = 120
  126.     Height = 33
  127.     Enabled = False
  128.     OnMouseDown = Image5MouseDown
  129.     OnMouseUp = Image5MouseUp
  130.   end
  131.   object Label3: TLabel
  132.     Left = 99
  133.     Top = 72
  134.     Width = 414
  135.     Height = 20
  136.     Alignment = taCenter
  137.     AutoSize = False
  138.     Caption = 'TRIAL TIME HAS EXPIRED - PLEASE REGISTER'
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clBlack
  141.     Font.Height = -16
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = [fsBold]
  144.     ParentFont = False
  145.   end
  146.   object ListBox1: TListBox
  147.     Left = 52
  148.     Top = 160
  149.     Width = 507
  150.     Height = 129
  151.     Anchors = [akLeft, akTop, akRight, akBottom]
  152.     Ctl3D = True
  153.     Font.Charset = DEFAULT_CHARSET
  154.     Font.Color = clWindowText
  155.     Font.Height = -16
  156.     Font.Name = 'MS Sans Serif'
  157.     Font.Style = [fsBold]
  158.     ItemHeight = 20
  159.     Items.Strings = (
  160.       'WINDOWS DEFAULT'
  161.       'CLEAN SYSTEM'
  162.       'RUN APPLICATIONS')
  163.     ParentCtl3D = False
  164.     ParentFont = False
  165.     TabOrder = 0
  166.     OnClick = ListBox1Click
  167.     OnDblClick = Button1Click
  168.     OnKeyPress = ListBox1KeyPress
  169.   end
  170.   object ProgressBar1: TProgressBar
  171.     Left = 113
  172.     Top = 322
  173.     Width = 385
  174.     Height = 17
  175.     Anchors = [akLeft, akTop, akRight]
  176.     Min = 0
  177.     Max = 10
  178.     TabOrder = 1
  179.     Visible = False
  180.   end
  181.   object Button1: TButton
  182.     Left = 121
  183.     Top = 316
  184.     Width = 135
  185.     Height = 33
  186.     Anchors = [akLeft, akTop, akRight]
  187.     Caption = 'Start'
  188.     Font.Charset = DEFAULT_CHARSET
  189.     Font.Color = clWindowText
  190.     Font.Height = -11
  191.     Font.Name = 'MS Sans Serif'
  192.     Font.Style = [fsBold]
  193.     ParentFont = False
  194.     TabOrder = 2
  195.     Visible = False
  196.     OnClick = Button1Click
  197.   end
  198.   object Button2: TButton
  199.     Left = 355
  200.     Top = 316
  201.     Width = 135
  202.     Height = 33
  203.     Anchors = [akLeft, akTop, akRight]
  204.     Caption = '"Quick Start" list'
  205.     TabOrder = 3
  206.     Visible = False
  207.     OnClick = Button2Click
  208.   end
  209.   object ListView1: TListView
  210.     Left = 54
  211.     Top = 160
  212.     Width = 505
  213.     Height = 129
  214.     Checkboxes = True
  215.     Columns = <
  216.       item
  217.         AutoSize = True
  218.         Caption = 'SELECT ITEM(S) YOU WAN TO RUN'
  219.         MinWidth = 300
  220.       end>
  221.     ColumnClick = False
  222.     Font.Charset = DEFAULT_CHARSET
  223.     Font.Color = clWindowText
  224.     Font.Height = -13
  225.     Font.Name = 'Arial'
  226.     Font.Style = [fsBold]
  227.     HotTrackStyles = []
  228.     LargeImages = ImageList1
  229.     MultiSelect = True
  230.     ReadOnly = True
  231.     RowSelect = True
  232.     ParentFont = False
  233.     SmallImages = ImageList1
  234.     TabOrder = 4
  235.     ViewStyle = vsReport
  236.     Visible = False
  237.     OnDblClick = ListView1DblClick
  238.     OnKeyPress = ListView1KeyPress
  239.   end
  240.   object Timer1: TTimer
  241.     Interval = 500
  242.     OnTimer = Timer1Timer
  243.     Left = 8
  244.     Top = 328
  245.   end
  246.   object OpenDialog1: TOpenDialog
  247.     Filter = 'Pliki wykonywalne|*.exe;*.lnk;*.bat;*.pif'
  248.     Title = 'URUCHOM NA CZYTYM SYSTEMIE'
  249.     Left = 8
  250.     Top = 296
  251.   end
  252.   object ImageList1: TImageList
  253.     Left = 8
  254.     Top = 360
  255.   end
  256.   object Timer2: TTimer
  257.     Interval = 4500
  258.     OnTimer = Timer2Timer
  259.     Left = 8
  260.     Top = 224
  261.   end
  262. end
  263.